Termination Proof Script
Consider the TRS R consisting of the rewrite rule
|
1: |
|
f(x,f(a,a)) |
→ f(f(f(f(a,a),a),x),a) |
|
There are 3 dependency pairs:
|
2: |
|
F(x,f(a,a)) |
→ F(f(f(f(a,a),a),x),a) |
3: |
|
F(x,f(a,a)) |
→ F(f(f(a,a),a),x) |
4: |
|
F(x,f(a,a)) |
→ F(f(a,a),a) |
|
The approximated dependency graph contains one SCC:
{3}.
-
Consider the SCC {3}.
The constraints could not be solved.
Tyrolean Termination Tool (0.01 seconds)
--- May 4, 2006